primary key 예문
예문 더보기: 1 2
- Do Django models support multiple-column primary keys?
장고 모델들은 다중 열 기본 키를 지원하나요? - Providers usually use this value as the table's primary key.
제공자는 보통 이 값을 테이블의 기본 키로 사용합니다. - No. Only single-column primary keys are supported.
아니요. 오직 하나의 기본 키만 지원합니다. - For this provider, the _ID column serves as a "primary key" column that the provider automatically maintains.
이 제공자의 경우, _ID 열은 제공자가 자동으로 유지하는 "기본 키" 열 역할을 합니다. - Table data should always have a "primary key" column that the provider maintains as a unique numeric value for each row.
테이블 데이터는 언제나 제공자가 유지관리하는 "기본 키" 열을 각 행의 고유한 숫자 값으로 보유하고 있어야 합니다.